VerticalPosition Enumeration
Represents the vertical alignment of a frame relative to a specific area.
Namespace: Independentsoft.Office.Odf.StylesAssembly: Independentsoft.Office (in Independentsoft.Office.dll) Version: 3.0.460.1+37fe42d8e65847775742df0a70fdb403ab6fa65f
public enum VerticalPosition
Public Enumeration VerticalPosition
| Top | 0 |
The top of the frame is aligned with the reference area.
|
| Middle | 1 |
The middle of the frame is aligned with the reference area.
|
| Bottom | 2 |
The bottom of the frame is aligned with the reference area.
|
| FromTop | 3 |
The y attribute associated with the frame element specifies the vertical position of the frame. Otherwise, the y attribute is ignored for text documents.
|
| Below | 4 |
The top corner of the frame is positioned below the reference area.
|
| None | 5 |
None.
|